home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / Interfaces / CPlusPlus / Foci.xh < prev    next >
Encoding:
Text File  |  1997-02-13  |  1.1 KB  |  42 lines  |  [TEXT/MPS ]

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: Foci.xh.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.18
  7.  *     SOM Emitter emitxh.dll: 2.33
  8.  */
  9.  
  10. #ifndef SOM_Module_OpenDoc_Foci_defined
  11. #define SOM_Module_OpenDoc_Foci_defined 1
  12. #include <som.xh>
  13.  
  14. /*
  15.  * Start of user-defined types:
  16.  */
  17. #define kODNullFocus 0 /* 0 */
  18. #define kODKeyFocus "Key"
  19. #define kODMenuFocus "Menu"
  20. #define kODSelectionFocus "Selection"
  21. #define kODModalFocus "Modal"
  22. #define kODMouseFocus "Mouse"
  23. #define kODScrollingFocus "Scrolling"
  24. #define kODClipboardFocus "Clipboard"
  25. #define OpenDoc_Foci_OpenDoc_Foci_Version "1.0."
  26.  
  27. #ifndef SOM_DONT_USE_SHORT_NAMES
  28. #ifndef SOMTGD_OpenDoc_Foci_Version
  29.     #ifdef OpenDoc_Foci_Version
  30.         #undef OpenDoc_Foci_Version
  31.         #define SOMTGD_OpenDoc_Foci_Version 1
  32.     #else
  33.         #define OpenDoc_Foci_Version OpenDoc_Foci_OpenDoc_Foci_Version
  34.     #endif /* OpenDoc_Foci_Version */
  35. #endif /* SOMTGD_OpenDoc_Foci_Version */
  36. #endif /* SOM_DONT_USE_SHORT_NAMES */
  37.  
  38. /*
  39.  * End of user-defined types.
  40.  */
  41. #endif /* SOM_Module_OpenDoc_Foci_defined */
  42.